You are here: Statements and Functions > ArrayDimSize()
Syntax samples
ARRAYDIMSIZE(<arrayname>, <dim_num>)
ARRAYDIMSIZE(MyArray, 2)
Returns the size of a dimension in an array. You must provide the name of the array and the particular dimension of the array for which you want to know the size.
Any Logic
Components
<arrayname>
The name of the array.
<dim_num>
The number of the dimension for which you wish to know the size.
ArrayDims().